Uses of Interface
edu.uky.ai.lp.ai.Agent

Packages that use Agent 
Package Description
edu.uky.ai.lp.ai
Contains classes for creating agents who play "Hunt the Wumpus".
  • Uses of Agent in edu.uky.ai.lp.ai

    Classes in edu.uky.ai.lp.ai that implement Agent 
    Modifier and Type Class Description
    class  HumanAgent
    An implementation of Agent that allows a human to play the game by typing commands into the console.
    class  LogicAgent
    An artificially intelligent agent which uses logical reasoning based on observations to decide which squares are safe to visit.